body {
width: 95% ;
height: 95% ;
}
img {
width: auto ;
max-width: 100% ;
height: auto ;
}
#container {
display: flex ;
align-items: stretch ;
flex-flow: row ;
height: 100%
}
#backbutton {
display: flex ;
align-items: center ;
order: 1 ;
width: 5% ;
}
#content {
order: 2 ;
width: 90% ;
height: 95vh ;
}
#forwardbutton {
order: 3 ;
display: flex ;
align-items: center ;
width: 5% ;
}